Error processing SSI file
LEADTOOLS Leadtools.Documents.UI (Leadtools.Documents.UI assembly)

Show in webframe

RunAsync(DocumentViewerAsyncOperation<Object>,String) Method






Asynchronous operation data to use.
Command name
Runs a command that returns a value asynchronously.
Syntax
'Declaration
 
Public Overloads Sub RunAsync( _
   ByVal operation As DocumentViewerAsyncOperation(Of Object), _
   ByVal commandName As String _
) 
'Usage
 
Dim instance As DocumentViewerCommands
Dim operation As DocumentViewerAsyncOperation(Of Object)
Dim commandName As String
 
instance.RunAsync(operation, commandName)

Parameters

operation
Asynchronous operation data to use.
commandName
Command name
Remarks

This method works by using the thread pool to queue Run(commandName, value), then invoking Done (if not null) on success, Error (if not null) if an exception occurred and Always (if not null) at the end on either case.

The result of running the command RunHandler will be in Result

Refer to Document Viewer Commands for more information.

Requirements

Target Platforms

See Also

Reference

DocumentViewerCommands Class
DocumentViewerCommands Members
Overload List

Error processing SSI file
Leadtools.Documents.UI requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features